Generic Table
Expects a Max Row from 1-20.
Expects 1-5 headers in the format "Header1", "Header2" etc.
For each header, define variables for each row, in the format:
C1_R1=Foo
C1_R2=Bar
etc
Where C stands for column and R stands for row.
Example Area
{{Generic Table
|Max Row=10
|Header1=Foos
|Header2=Bars
|Header3=Blees
|C1_R1=Foo1
|C1_R2=Foo2
|C1_R3=Foo3
|C1_R4=Foo4
|C1_R5=Foo5
|C1_R6=Foo6
|C1_R7=Foo7
|C1_R8=Foo8
|C1_R9=Foo9
|C1_R10=Foo10
|C2_R1=Bar1
|C2_R2=Bar2
|C2_R3=Bar3
|C2_R4=Bar4
|C2_R5=Bar5
|C2_R6=Bar6
|C2_R7=Bar7
|C2_R8=Bar8
|C2_R9=Bar9
|C2_R10=Bar10
|C3_R1=Blee1
|C3_R2=Blee2
|C3_R3=Blee3
|C3_R4=Blee4
|C3_R5=Blee5
|C3_R6=Blee6
|C3_R7=Blee7
|C3_R8=Blee8
|C3_R9=Blee9
|C3_R10=Blee10
}}